67f7252d1eae07f3603c0253104e72d07abfbff2
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2020-07-10T20:05:09Z"
5  content="""
6 It seems to me there are two possible mistakes you could have made, both
7 of which are much more likely than a bug in git-annex. They are:
8
9 1. You forgot to push the git-annex branch to origin, so your clone was not
10    able to see it.
11
12 2. When you say you "set up the same git-lfs special remote" again,
13    you mean you used `git-annex initremote` again. Which sets up a
14    *different* remote with a different uuid. The right thing to do would be
15    to use `git annex enableremote`. (Or indeed to get git-annex
16    auto-enable the git-lfs special remote when it sees you cloned the same
17    url that was used to set it up)
18
19 If you still think you have a bug, you'll need to show me a list of
20 commands that I can use to reproduce the bug.
21 """]]